home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0074.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  470 b   |  13 lines

  1.     Hi there.
  2.         Passing integers to assembly procedures is easy.But passing 
  3. floating point numbers (eg A# etc) is somewhat complicated.We have to 
  4. use Fast Floating Point format(FFP). This means :
  5. MMMMMMMMMMMMMMMMMMMMMMMMSEEEEEEE where M is the 24bit mantissa, S is 
  6. the sign and E is the exponent.Can anyone tell me how a number (let's 
  7. say 32) is represented in this format? Is it 32 1E0?
  8.                     Thanks,
  9.                                Gregory. 
  10.  
  11.  
  12.  
  13.